Resource StructureDefinition/FHIR Server from package hsos.eWundbericht#0.9.0 (47 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "e5682133-da3a-4088-9039-4ed7174205b5",
"url" : "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound",
"version" : "0.9",
"name" : "Wound",
"title" : "Wound",
"status" : "draft",
"publisher" : "Hochschule Osnabrück",
"contact" : [
{
"name" : "Mareike Przysucha",
"telecom" : [
{
"system" : "email",
"value" : "ewundbericht@hs-osnabrueck.de",
"use" : "work"
},
{
"system" : "phone",
"value" : "+49 541 969 3354",
"use" : "work"
}
]
}
],
"description" : "Wound Profile on Condition used in the WoundSummary",
"copyright" : "Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Condition",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Condition",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Condition.extension",
"path" : "Condition.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "Condition.extension:due-to-Grunderkrankung",
"path" : "Condition.extension",
"sliceName" : "due-to-Grunderkrankung",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/condition-dueTo"
]
}
],
"mustSupport" : true
},
{
"id" : "Condition.extension:due-to-Grunderkrankung.value[x]",
"path" : "Condition.extension.value[x]",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Condition"
]
}
]
},
{
"id" : "Condition.extension:occuredFollowing",
"path" : "Condition.extension",
"sliceName" : "occuredFollowing",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/condition-occurredFollowing"
]
}
],
"mustSupport" : true
},
{
"id" : "Condition.extension:occuredFollowing.value[x]",
"path" : "Condition.extension.value[x]",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Wound"
]
}
]
},
{
"id" : "Condition.extension:due-to-Ausloeser",
"path" : "Condition.extension",
"sliceName" : "due-to-Ausloeser",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/condition-dueTo"
]
}
],
"mustSupport" : true
},
{
"id" : "Condition.extension:due-to-Ausloeser.value[x]",
"path" : "Condition.extension.value[x]",
"type" : [
{
"code" : "CodeableConcept"
},
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Procedure"
]
}
]
},
{
"id" : "Condition.clinicalStatus",
"path" : "Condition.clinicalStatus",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Condition.code",
"path" : "Condition.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Condition.code.coding",
"path" : "Condition.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
}
},
{
"id" : "Condition.code.coding:ICD10",
"path" : "Condition.code.coding",
"sliceName" : "ICD10"
},
{
"id" : "Condition.code.coding:ICD10.system",
"path" : "Condition.code.coding.system",
"fixedUri" : "http://fhir.de/CodeSystem/dimdi/icd-10-gm"
},
{
"id" : "Condition.code.coding:SNOMED",
"path" : "Condition.code.coding",
"sliceName" : "SNOMED",
"binding" : {
"strength" : "extensible",
"valueSet" : "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Wundart"
}
},
{
"id" : "Condition.code.coding:SNOMED.system",
"path" : "Condition.code.coding.system",
"fixedUri" : "http://snomed.info/sct"
},
{
"id" : "Condition.bodySite",
"path" : "Condition.bodySite",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "coding.system"
}
],
"rules" : "open"
},
"short" : "Anatomical location of lower leg",
"definition" : "The anatomical location where this condition manifests itself. It only allows loctions of lower leg. The ValueSet has been created in accordance to the \"Nationaler Konsensus zur Dokumentation des Ulcus Cruris\"",
"mustSupport" : true
},
{
"id" : "Condition.bodySite:snomed",
"path" : "Condition.bodySite",
"sliceName" : "snomed",
"binding" : {
"strength" : "example",
"valueSet" : "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Wundlokalisation"
}
},
{
"id" : "Condition.subject",
"path" : "Condition.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient"
]
}
]
},
{
"id" : "Condition.onset[x]",
"path" : "Condition.onset[x]",
"min" : 1,
"type" : [
{
"code" : "dateTime"
},
{
"code" : "Period"
}
],
"mustSupport" : true
},
{
"id" : "Condition.abatement[x]",
"path" : "Condition.abatement[x]",
"mustSupport" : true
},
{
"id" : "Condition.recordedDate",
"path" : "Condition.recordedDate",
"min" : 1,
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.